home *** CD-ROM | disk | FTP | other *** search
/ Startware 8 / startware 8.iso / data / Software / Internet / Explorer4 / PWSSETUP.CAB / Diredt.htr < prev    next >
Encoding:
Text File  |  1996-10-18  |  4.5 KB  |  121 lines

  1. <HTML>
  2. <title>Amministrazione servizi Internet - WWW</title>
  3. <body bgcolor="#FFFFFF" BACKGROUND="/htmla/spec1.gif" LINK=#802020 VLINK=#802020>
  4.  
  5. <!-- Header -->
  6. <TABLE BORDER=0>
  7. <TR VALIGN=CENTER>
  8. <TD>
  9. <A HREF="/htmla/htmla.htm">
  10. <IMG SRC="/htmla/iis_t.gif" ALT="" ALIGN=BOTTOM BORDER=0></A></TD>
  11. <TD><FONT SIZE=+2 COLOR=#802020>
  12. <B><%if servid EQ 4%>Amministrazione WWW<%elif servid EQ 1%>Amministrazione FTP<%elif servid EQ 2%>Amministrazione gopher<%endif%> - Directory Modifica</B></FONT><BR>
  13. <FONT SIZE=+1 COLOR=#802020>Amministrazione di <%servname%>://<%hostname%></FONT>
  14. </TD></TR>
  15. </TABLE>
  16. <HR>
  17. <P>
  18.  
  19. <%!PosVirtDir urlparam%>
  20. <form method="POST" action="/HtmlaScripts/htmla.dll?<%servname%>/diredtu+<%"&z",rootref%>">
  21.  
  22. <!-- Directory -->
  23. Directory: <input type="text" name="rootdir" value="<%if reqparam RF "rootdir"%><%msgbody.rootdir%><%else%><%rootdir%><%endif%>" size=46>
  24. <input type="submit" name="bdir" value=" Sfoglia... "><p>
  25.  
  26. <!-- Home Directory -->
  27. <TABLE border=0 WIDTH=570 NOWRAP>
  28. <TR><TD ALIGN=LEFT VALIGN=MIDDLE>
  29. <dl>
  30. <DD><input type="radio" name="rootishome" value="1" <%if rootishome EQ 1%>CHECKED<%endif%>> Directory home <IMG SRC="/htmla/house_t.gif" ALT="" BORDER=0>
  31. </dl>
  32. </TD></TR>
  33. </TABLE>
  34.  
  35. <!-- Virtual Directory -->
  36. <TABLE border=1 WIDTH=570 BORDERCOLOR=#000080 NOWRAP>
  37. <TR><TD ALIGN=LEFT VALIGN=MIDDLE>
  38. <FONT SIZE=+1 COLOR=#000080><B>Directory virtuale</B></FONT>
  39. <dl>
  40. <DD><input type="radio" name="rootishome" value="0" <%if rootishome EQ 0%>CHECKED<%endif%>> Directory virtuale<P>
  41. <dd>Alias directory: <input type="text" name="rootname" value="<%rootname%>" size=36>
  42. </dl>
  43. </TD></TR>
  44. </TABLE>
  45. <p>
  46.  
  47. <!-- Account Info -->
  48. <!--
  49. <TABLE border=1 WIDTH=570 BORDERCOLOR=#000080 NOWRAP>
  50. <TR><TD ALIGN=LEFT VALIGN=MIDDLE>
  51. <FONT SIZE=+1 COLOR=#000080><B>Informazioni sull'account</B></FONT><BR>
  52. <FONT SIZE=-1>
  53. La casella Φ valida solo se la directory specificata nel lato superiore di questa pagina Φ un server e un nome condiviso di formato UNC (Universal Naming Convention). Ad esempio,\\WebServer\Htmlfiles. Immettere il nome utente e la password di accesso alla  directory di rete. Le cartelle virtuali delle unitα di rete devono essere collocate in computer iscritti allo stesso dominio Windows NT di Internet Information Server.
  54. <P>
  55.  
  56. <B>Importante:</B> se si specificano il nome utente e la password di connessione a un'unitα di rete, ogni accesso dal server di informazioni Internet a quella directory utilizzerα gli stessi nome utente e password. Utilizzare con prudenza le connessioni UNC alle unitα di rete, per evitare possibili violazioni della sicurezza.
  57. </FONT><P>
  58.  
  59. <dl>
  60. <dd>Nome utente: <input type="text" name="rootacctname" value="<%rootacctname%>" size=40><BR>
  61. <dd>Password: <input type="password" name="rootacctpw" value="<%rootacctpw%>" size=40>
  62. </dl>
  63. </TD></TR>
  64. </TABLE>
  65. <p>
  66. -->
  67.  
  68. <!-- Virtual Server -->
  69. <%if servid EQ 4%>
  70. <%if cap1flag BA 4%>
  71. <TABLE border=1 WIDTH=570 BORDERCOLOR=#000080 NOWRAP>
  72. <TR><TD ALIGN=LEFT VALIGN=MIDDLE>
  73. <FONT SIZE=+1 COLOR=#000080><B>Server virtuale</B></FONT><BR>
  74. <FONT SIZE=-1>Specificando un indirizzo IP, viene abilitato il Server virtuale.</FONT><P>
  75. <DL>
  76. <DD>Indirizzo IP Server virtuale: <input type="text" name="rootaddr" value="<%rootaddr%>" SIZE=16><p>
  77. </DL>
  78. </TD></TR>
  79. </TABLE>
  80. <p>
  81. <%else%>
  82. <input type="hidden" name="rootaddr" value="">
  83. <%endif%>
  84. <%else%>
  85. <input type="hidden" name="rootaddr" value="">
  86. <%endif%>
  87.  
  88. <!-- Access -->
  89. <%if servid NE 2%>
  90. <TABLE border=1 WIDTH=570 BORDERCOLOR=#000080 NOWRAP>
  91. <TR><TD ALIGN=LEFT VALIGN=MIDDLE>
  92. <FONT SIZE=+1 COLOR=#000080><B>Accesso</B></FONT>
  93. <dl>
  94. <%if servid EQ 1%>
  95.  <dd><input type="checkbox" name="rootisread" value=1 <%if rootisread EQ 1%>CHECKED<%endif%>> Lettura
  96.  <dd><input type="checkbox" name="rootiswrite" value=1 <%if rootiswrite EQ 1%>CHECKED<%endif%>> Scrittura
  97. <%elif servid EQ 4%>
  98.  <dd><input type="checkbox" name="rootisread" value=1 <%if rootisread EQ 1%>CHECKED<%endif%>> Lettura
  99.  <dd><input type="checkbox" name="rootisexec" value=1 <%if rootisexec EQ 1%>CHECKED<%endif%>> Esecuzione
  100.  <%if w3cryptcapable NE 0%>
  101.  <dd><input type="checkbox" name="rootisssl" value=1 <%if rootisssl EQ 1%>CHECKED<%endif%>> Richiesta di canale PCT/SSL protetto
  102.  <%endif%>
  103. <%endif%>
  104. </dl>
  105. </TD></TR>
  106. </TABLE>
  107. <p>
  108. <%endif%>
  109.  
  110. <!-- OK/CANCEL/RESET Buttons -->
  111. <TABLE WIDTH=570 HEIGHT=75 BORDER=0 NOWRAP>
  112. <TR><TD ALIGN=RIGHT>
  113. <input type="submit" value="     OK     ">
  114. <input type="submit" name="cancel" value=" Annulla">
  115. <input type="reset" value="  Reimposta  ">
  116. </TD></TR>
  117. </TABLE>
  118.  
  119. </form>
  120. </html>
  121.